Components in project
- sql.py
- login-1.php
- signup-1.php
- account.php
- homepage.html
- chat.html
- login-1.css
- signup-1.css
- chat.css
Design Steps
- The database and tables required for the whole project will be created by running a sql.py file
- Having a login form(login-1.php) as index page which will be redirected to sign up form( signup-1.php) if user is new to web application
- storing the login credentials of the user in data base from a file as backend called account.php
- The same account.php checks the password of user during login
- After logging in user can see the homepage.html page which contains a navigation menu redirecting to profile,chat,logout and post/images of the user
- Here homepage.html acts like welcome page for user
- If the user clicks on chat in navigation bar of homepage.html he/she will be redirected to chat.html and can send messages to friends
- Some of these files are also linked with css files namely
- Maintaining a todo.txt file to write about miscellaneous features that have to be done
Distribution Of Efforts
S.No | Name | Roll Number | Work |
---|---|---|---|
1 | Kavali Sri Vyshnavi Devi | 200010023 | Creating Database,Sign Up,Login page design |
2 | Nandyala Sahaja | 200010032 | Homepage designing,navigation menu |
3 | Manche Pavanitha | 200010027 | password check,validate login, logo designing |